Skip to main content

All Questions

32votes
6answers
6kviews

How do I test a system where the objects are difficult to mock?

I am working with the following system: Network Data Feed -> Third Party Nio Library -> My Objects via adapter pattern We recently had an issue where I updated the version of the library I was ...
durron597's user avatar
15votes
5answers
2kviews

How are mock objects commonly misused?

I read an article recently which said that mock objects are often misunderstood and misused. Are there any clear mocking anti-patterns which I can look out for?
Armand's user avatar
  • 6,528

close